home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / tracker-4.13.lha / tracker / Scripts / unczip < prev   
Encoding:
Text File  |  1994-07-04  |  104 b   |  4 lines

  1. #!/bin/sh
  2. unzip -pq $1 `basename $1 .czip`.mod
  3. unzip -pq $1 `basename $1 .czip`.samp.shn|shorten -x - -
  4.